home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 46 / PC Gamer IT CD 46 2-2.iso / utility / notepads / _SETUP.1 / Notepads.exe / 0 / RCDATA / TINSPFORM / TINSPFORM.txt
Text File  |  1999-09-08  |  2KB  |  63 lines

  1. object InspForm: TInspForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Object inspector'
  6.   ClientHeight = 87
  7.   ClientWidth = 124
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnDeactivate = FormDeactivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 2
  21.     Top = 2
  22.     Width = 120
  23.     Height = 83
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object PaintBox1: TPaintBox
  27.       Left = 0
  28.       Top = 0
  29.       Width = 120
  30.       Height = 83
  31.       Align = alClient
  32.       OnMouseDown = PaintBox1MouseDown
  33.       OnPaint = PaintBox1Paint
  34.     end
  35.     object SpeedButton1: TfrSpeedButton
  36.       Left = 12
  37.       Top = 76
  38.       Width = 14
  39.       Height = 14
  40.       Glyph.Data = {
  41.         96000000424D960000000000000076000000280000000A000000040000000100
  42.         04000000000020000000CE0E0000C40E00001000000000000000000000000000
  43.         80000080000000808000800000008000800080800000C0C0C000808080000000
  44.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777700
  45.         0000700700700700000070070070070000007777777777000000}
  46.       Margin = 1
  47.       OnClick = SpeedButton1Click
  48.     end
  49.     object Edit1: TEdit
  50.       Left = 12
  51.       Top = 56
  52.       Width = 86
  53.       Height = 14
  54.       BorderStyle = bsNone
  55.       MaxLength = 10
  56.       TabOrder = 0
  57.       Text = 'Edit1'
  58.       Visible = False
  59.       OnKeyDown = Edit1KeyDown
  60.     end
  61.   end
  62. end
  63.